type go.uber.org/zap.errArray

3 uses

	go.uber.org/zap (current package)
		array.go#L266: 	return Array(key, errArray(errs))
		error.go#L51: type errArray []error
		error.go#L53: func (errs errArray) MarshalLogArray(arr zapcore.ArrayEncoder) error {